Content Sources

  • An AWFCombinedSource object represents a data source that manages a combination of different overlays on a map. Specifically, this layer type manages annotations, overlays, polygons and polylines needed to display a specific data layer.

    See more

    Declaration

    Objective-C

    @interface AWFCombinedSource : AWFPointSource

    Swift

    class AWFCombinedSource : AWFPointSource
  • An AWFMapContentSource object is the base class that represents an data source on a map. This base class should not be used directly. Instead, AWFMapContentSource subclasses should be used to provide the necessary functionality for that layer type.

    See more

    Declaration

    Objective-C

    @interface AWFMapContentSource : NSObject

    Swift

    class AWFMapContentSource : NSObject